Dew Math for .NET
|
Defines new function.
Parameters |
Description |
[In] string AFunctName |
Defines function name. If a function with the same name was already definded, it is redefined and all expressions which contain the symbol AFuncName will be recompiled before the next evaluation. |
TExprFunc AFuncAddress |
|
int NArguments |
Defines number of arguments for function. |
int NResults |
Defines number of arguments, which are treated as results. NResults <= NArguments |
[In] string Help |
Function help text. |
Add factorial function to the function list.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|